BitMaskClear(number, start, length) Returns number bitwise cleared with length bits beginning from start. See also BitMaskRead and BitMaskSet.
Returns number bitwise cleared with length bits beginning from start.
See also BitMaskRead and BitMaskSet.
Long integer to be masked.
Integer specifying the starting bit for masking.
Integer specifying the length of mask.